バージョン

SortConditionCollection<T> クラス

ワークシートの並べ替え可能な領域に適用される並べ替え条件の順序付きコレクション。
シンタックス
'宣言
 
<System.Reflection.DefaultMemberAttribute("Item")>
<System.Diagnostics.DebuggerDisplayAttribute(Value="SortConditionCollection: Count - {Count}", 
   Name="", 
   Type="", 
   Target=, 
   TargetTypeName="")>
Public Class SortConditionCollection(Of T As {Class, ISortable}) 
[System.Reflection.DefaultMemberAttribute("Item")]
[System.Diagnostics.DebuggerDisplayAttribute(Value="SortConditionCollection: Count - {Count}", 
   Name="", 
   Type="", 
   Target=, 
   TargetTypeName="")]
public class SortConditionCollection<T> 
where T: class, ISortable
型パラメータ
T
論理的な形でデータを含んでいて、そのデータに適用される並び替え条件を設定できるタイプ。
解説

コレクションの並べ替え条件はデータの順序で適用されます。

注: このコレクションには最大 64 件の並べ替え条件を収めることができます。

参照

オンラインで表示: GitHub